home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 235 / Issue 235 - September 2007 - DPCS0907DVD.ISO / Microsoft / Expression Blend / Blend.en.msi / Sparkle.AStudio.AnimationStudio.csproj.en < prev    next >
Encoding:
Extensible Markup Language  |  2007-01-30  |  2.4 KB  |  57 lines

  1. ∩╗┐<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2.   <PropertyGroup>
  3.     <Configuration Condition="'$(Configuration)'==''">Debug</Configuration>
  4.     <DefaultClrNameSpace>Animation_Studio</DefaultClrNameSpace>
  5.     <AssemblyName>AnimationStudio</AssemblyName>
  6.     <OutputPath>bin\$(Configuration)\</OutputPath>
  7.     <ApplicationVersion>1.0.0.*</ApplicationVersion>
  8.     <ApplicationRevision>0</ApplicationRevision>
  9.     <AlwaysCompileMarkupFilesInSeparateDomain>false</AlwaysCompileMarkupFilesInSeparateDomain>
  10.     <OutputType>WinExe</OutputType>
  11.     <RootNamespace>UntitledProject1</RootNamespace>
  12.     <ProjectGuid>{7ECDA0A7-D3AC-4770-BE12-851E6EBE65FA}</ProjectGuid>
  13.     <Win32Resource>Resources.res</Win32Resource>
  14.   </PropertyGroup>
  15.   <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
  16.     <DefineConstants>DEBUG</DefineConstants>
  17.   </PropertyGroup>
  18.   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  19.   <Import Project="$(MSBuildBinPath)\Microsoft.WinFX.targets" />
  20.   <ProjectExtensions>
  21.     <InteractiveDesigner>
  22.       <ProjectExtensions xmlns="">
  23.         <Version>0.03</Version>
  24.       </ProjectExtensions>
  25.     </InteractiveDesigner>
  26.     <VisualStudio />
  27.   </ProjectExtensions>
  28.   <ItemGroup>
  29.     <Reference Include="PresentationCore" />
  30.     <Reference Include="PresentationFramework" />
  31.     <Reference Include="PresentationFramework.Luna" />
  32.     <Reference Include="System" />
  33.     <Reference Include="System.Data" />
  34.     <Reference Include="System.Xml" />
  35.     <Reference Include="WindowsBase" />
  36.     <ApplicationDefinition Include="App.xaml" />
  37.     <Compile Include="App.xaml.cs">
  38.       <DependentUpon>App.xaml</DependentUpon>
  39.     </Compile>
  40.     <Compile Include="AssemblyInfo.cs" />
  41.     <Compile Include="DelegateCommand.cs" />
  42.     <Compile Include="FlipBook.cs" />
  43.     <Compile Include="Pen.cs" />
  44.     <Compile Include="ValueConverters.cs" />
  45.     <Compile Include="Window1.xaml.cs">
  46.       <DependentUpon>Window1.xaml</DependentUpon>
  47.     </Compile>
  48.     <Page Include="Window1.xaml" />
  49.     <Resource Include="Assets\blend.png" />
  50.     <Resource Include="Assets\frameCanvas.png" />
  51.     <Resource Include="Assets\icon_addFrame.png" />
  52.     <Resource Include="Assets\icon_dupFrame.png" />
  53.     <Resource Include="Assets\icon_remFrame.png" />
  54.     <Resource Include="Assets\pencil.png" />
  55.     <Resource Include="Assets\splash.png" />
  56.   </ItemGroup>
  57. </Project>